home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Programming IDEs / C# Editor 32 Bit / Setup.exe / Setups / CSharpEd / Installed / Autocomplete / Control.ini < prev    next >
Encoding:
INI File  |  2001-06-15  |  9.5 KB  |  142 lines

  1. [Control]
  2. 0=2,Bottom,public int Bottom {get;}
  3. 1=2,Bounds,public Rectangle Bounds {get; set;}
  4. 2=2,CanFocus,public bool CanFocus {get;}
  5. 3=2,CanSelect,public bool CanSelect {get;}
  6. 4=2,Capture,public bool Capture {get; set;}
  7. 5=2,CausesValidation,public bool CausesValidation {get; set;}
  8. 6=2,ClientRectangle,public Rectangle ClientRectangle {get;}
  9. 7=2,ClientSize,public Size ClientSize {virtual get; virtual set;}
  10. 8=2,ContainsFocus,public bool ContainsFocus {get;}
  11. 9=2,Controls,public Control.ControlCollection Controls {get;}
  12. 10=2,Created,public bool Created {get;}
  13. 11=2,CreateParams,protected CreateParams CreateParams {virtual get;}
  14. 12=2,DisplayRectangle,public Rectangle DisplayRectangle {virtual get;}
  15. 13=2,Disposed,public bool Disposed {get;}
  16. 14=2,Disposing,public bool Disposing {get;}
  17. 15=2,Enabled,public bool Enabled {virtual get; virtual set;}
  18. 16=2,Focused,public bool Focused {virtual get;}
  19. 17=2,Handle,public int Handle {get;}
  20. 18=2,Height,public int Height {get; set;}
  21. 19=2,InternalHandle,protected int InternalHandle {get;}
  22. 20=2,IsHandleCreated,public bool IsHandleCreated {get;}
  23. 21=2,Left,public int Left {get; set;}
  24. 22=2,Location,public Point Location {get; set;}
  25. 23=2,ModifierKeys,public static Keys ModifierKeys {get;}
  26. 24=2,MouseButtons,public static MouseButtons MouseButtons {get;}
  27. 25=2,MousePosition,public static Point MousePosition {get;}
  28. 26=2,Parent,public Control Parent {get; set;}
  29. 27=2,RecreatingHandle,public bool RecreatingHandle {get;}
  30. 28=2,Right,public int Right {get;}
  31. 29=2,ShowFocusCues,public bool ShowFocusCues {virtual get;}
  32. 30=2,ShowKeyboardCues,public bool ShowKeyboardCues {virtual get;}
  33. 31=2,Size,public Size Size {virtual get; virtual set;}
  34. 32=2,TabIndex,public int TabIndex {virtual get; virtual set;}
  35. 33=2,TabStop,public bool TabStop {virtual get; virtual set;}
  36. 34=2,Text,public string Text {virtual get; virtual set;}
  37. 35=2,Top,public int Top {get; set;}
  38. 36=2,TopLevel,public bool TopLevel {virtual get; virtual set;}
  39. 37=2,TopLevelControl,public Control TopLevelControl {get;}
  40. 38=2,Visible,public bool Visible {virtual get; virtual set;}
  41. 39=2,Width,public int Width {get; set;}
  42. 40=2,WindowText,protected string WindowText {virtual get; virtual set;}
  43. 41=3,AssignParent,protected virtual void AssignParent(Control value);
  44. 42=3,BringToFront,public void BringToFront();
  45. 43=3,CallWndProc,public int CallWndProc(int msg, int wParam, int lParam);
  46. 44=3,Contains,public bool Contains(Control ctl);
  47. 45=3,CreateControl,public void CreateControl();
  48. 46=3,CreateControlsInstance,protected virtual ControlCollection CreateControlsInstance();
  49. 47=3,CreateHandle,protected virtual void CreateHandle();
  50. 48=3,DefWndProc,protected virtual void DefWndProc(ref Message m);
  51. 49=3,DestroyHandle,protected virtual void DestroyHandle();
  52. 50=3,Dispose,public override void Dispose();
  53. 51=3,Focus,public bool Focus();
  54. 52=3,FromChildHandle,public static Control FromChildHandle(int handle);
  55. 53=3,FromHandle,public static Control FromHandle(int handle);
  56. 54=3,GetChildAtPoint,public Control GetChildAtPoint(Point pt);
  57. 55=3,GetContainerControl,public virtual IContainerControl GetContainerControl();
  58. 56=3,GetNextControl,public Control GetNextControl(Control ctl, bool forward);
  59. 57=3,GetStyle,protected bool GetStyle(ControlStyles flag);
  60. 58=3,Hide,public void Hide();
  61. 59=3,InitLayout,protected virtual void InitLayout();
  62. 60=3,Invalidate,public void Invalidate();\n(Rectangle rc);\n(bool invalidateChildren);\n(Rectangle rc, bool invalidateChildren);
  63. 61=3,InvokeGotFocus,protected void InvokeGotFocus(Control toInvoke, EventArgs e);
  64. 62=3,InvokeLostFocus,protected void InvokeLostFocus(Control toInvoke, EventArgs e);
  65. 63=3,InvokeOnClick,protected void InvokeOnClick(Control toInvoke, EventArgs e);
  66. 64=3,IsInputChar,protected virtual bool IsInputChar(char charCode);
  67. 65=3,IsInputKey,protected virtual bool IsInputKey(Keys keyData);
  68. 66=3,IsMnemonic,public static bool IsMnemonic(char charCode, string text);
  69. 67=3,OnChangeUICues,protected virtual void OnChangeUICues(UICuesEventArgs e);
  70. 68=3,OnClick,protected virtual void OnClick(EventArgs e);
  71. 69=3,OnControlAdded,protected virtual void OnControlAdded(ControlEventArgs e);
  72. 70=3,OnControlRemoved,protected virtual void OnControlRemoved(ControlEventArgs e);
  73. 71=3,OnCreateControl,protected virtual void OnCreateControl();
  74. 72=3,OnDoubleClick,protected virtual void OnDoubleClick(EventArgs e);
  75. 73=3,OnEnter,protected virtual void OnEnter(EventArgs e);
  76. 74=3,OnGotFocus,protected virtual void OnGotFocus(EventArgs e);
  77. 75=3,OnHandleCreated,protected virtual void OnHandleCreated(EventArgs e);
  78. 76=3,OnHandleDestroyed,protected virtual void OnHandleDestroyed(EventArgs e);
  79. 77=3,OnKeyDown,protected virtual void OnKeyDown(KeyEventArgs e);
  80. 78=3,OnKeyPress,protected virtual void OnKeyPress(KeyPressEventArgs e);
  81. 79=3,OnKeyUp,protected virtual void OnKeyUp(KeyEventArgs e);
  82. 80=3,OnLayout,protected virtual void OnLayout(LayoutEventArgs levent);
  83. 81=3,OnLeave,protected virtual void OnLeave(EventArgs e);
  84. 82=3,OnLostFocus,protected virtual void OnLostFocus(EventArgs e);
  85. 83=3,OnMouseDown,protected virtual void OnMouseDown(MouseEventArgs e);
  86. 84=3,OnMouseEnter,protected virtual void OnMouseEnter(EventArgs e);
  87. 85=3,OnMouseHover,protected virtual void OnMouseHover(EventArgs e);
  88. 86=3,OnMouseLeave,protected virtual void OnMouseLeave(EventArgs e);
  89. 87=3,OnMouseMove,protected virtual void OnMouseMove(MouseEventArgs e);
  90. 88=3,OnMouseUp,protected virtual void OnMouseUp(MouseEventArgs e);
  91. 89=3,OnMouseWheel,protected virtual void OnMouseWheel(MouseEventArgs e);
  92. 90=3,OnParentPropertyChanged,protected virtual void OnParentPropertyChanged(PropertyChangedEventArgs e);
  93. 91=3,OnPropertyChanged,protected virtual void OnPropertyChanged(PropertyChangedEventArgs e);
  94. 92=3,OnResize,protected virtual void OnResize(EventArgs e);
  95. 93=3,OnValidated,protected virtual void OnValidated(EventArgs e);
  96. 94=3,OnValidating,protected virtual void OnValidating(EventArgs e);
  97. 95=3,ParentChanged,protected virtual void ParentChanged(Control oldParent, Control newParent);
  98. 96=3,PerformLayout,public void PerformLayout();\n(Control affectedControl, string affectedProperty);
  99. 97=3,PointToClient,public virtual Point PointToClient(Point p);
  100. 98=3,PointToScreen,public virtual Point PointToScreen(Point p);
  101. 99=3,PreProcessMessage,public virtual bool PreProcessMessage(MSG msg);
  102. 100=3,ProcessCmdKey,protected virtual bool ProcessCmdKey(MSG msg, Keys keyData);
  103. 101=3,ProcessDialogChar,protected virtual bool ProcessDialogChar(char charCode);
  104. 102=3,ProcessDialogKey,protected virtual bool ProcessDialogKey(Keys keyData);
  105. 103=3,ProcessKeyEventArgs,protected virtual bool ProcessKeyEventArgs(ref Message m);
  106. 104=3,ProcessKeyPreview,protected virtual bool ProcessKeyPreview(ref Message m);
  107. 105=3,ProcessMnemonic,protected virtual bool ProcessMnemonic(char charCode);
  108. 106=3,RaiseKeyEventArgs,protected void RaiseKeyEventArgs(object key, KeyEventArgs e);
  109. 107=3,RaiseMouseEventArgs,protected void RaiseMouseEventArgs(object key, MouseEventArgs e);
  110. 108=3,RaisePropertyChangedEvent,protected void RaisePropertyChangedEvent(string changed);
  111. 109=3,RecreateHandle,protected virtual void RecreateHandle();
  112. 110=3,RectangleToClient,public virtual Rectangle RectangleToClient(Rectangle r);
  113. 111=3,RectangleToScreen,public virtual Rectangle RectangleToScreen(Rectangle r);
  114. 112=3,ReflectMessage,protected static bool ReflectMessage(int hWnd, ref Message m);
  115. 113=3,Refresh,public virtual void Refresh();
  116. 114=3,ResetText,public virtual void ResetText();
  117. 115=3,ResumeLayout,public void ResumeLayout();\n(bool performLayout);
  118. 116=3,Scale,public void Scale(float ratio);\n(float dx, float dy);
  119. 117=3,ScaleCore,protected virtual void ScaleCore(float dx, float dy);
  120. 118=3,Select,public void Select();
  121. 119=3,SelectNextControl,public bool SelectNextControl(Control ctl, bool forward, bool tabStopOnly, bool nested, bool wrap);
  122. 120=3,SendMessage,protected int SendMessage(int msg, object wParam, int lParam);\n(int msg, bool wParam, int lParam);\n(int msg, object wParam, object lParam);\n(int msg, int wParam, ref RECT lParam);\n(int msg, ref short wParam, ref short lParam);\n(int msg, int wParam, int lParam);\n(int msg, int wParam, object lParam);
  123. 121=3,SendToBack,public void SendToBack();
  124. 122=3,SetBounds,public void SetBounds(int x, int y, int width, int height);\n(int x, int y, int width, int height, BoundsSpecified specified);
  125. 123=3,SetBoundsCore,protected virtual void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified);
  126. 124=3,SetClientSize,public void SetClientSize(int x, int y);
  127. 125=3,SetClientSizeCore,protected virtual void SetClientSizeCore(int x, int y);
  128. 126=3,SetLocation,public void SetLocation(int x, int y);
  129. 127=3,SetNewControls,public: virtual void SetNewControls(Control* value[]);
  130. 128=3,SetSize,public: void SetSize(int width, int height);
  131. 129=3,SetStyle,protected: void SetStyle(ControlStyles flag, bool value);
  132. 130=3,ShouldPersistLocation,public virtual bool ShouldPersistLocation();
  133. 131=3,ShouldPersistSize,public virtual bool ShouldPersistSize();
  134. 132=3,ShouldPersistText,public virtual bool ShouldPersistText();
  135. 133=3,Show,public void Show();
  136. 134=3,SuspendLayout,public void SuspendLayout();
  137. 135=3,Update,public void Update();
  138. 136=3,UpdateBounds,protected void UpdateBounds();\n(int x, int y, int width, int height);\n(int x, int y, int width, int height, int clientWidth, int clientHeight);
  139. 137=3,UpdateStyles,protected void UpdateStyles();
  140. 138=3,UpdateZOrder,protected void UpdateZOrder();
  141. 139=3,WndProc,protected virtual void WndProc(ref Message m);
  142. 140=3,WndProcException,protected virtual void WndProcException(Exception e);